UrlSequence Class [IIS 7 and higher]
Represents a URL sequence that will be denied by request filtering.
Syntax
class UrlSequence : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the UrlSequence class.
Name |
Description |
---|---|
Sequence |
A required unique read/write string value that represents a URL sequence that will be denied by request filtering. The key property. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are members of the DenyUrlSequences property of the UrlSequenceSettings class.
Inheritance Hierarchy
UrlSequence
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
CollectionElement Class [IIS 7 and higher]